Companion

object Companion

Functions

Link copied to clipboard
inline fun <A : Activity> Activity(flags: Set<IntentFlag> = emptySet(), launchType: NavigationSpec.Activity.LaunchType = LaunchType.NoResult): NavigationSpec.Activity<A>

Creates an Activity

Link copied to clipboard
inline fun <Activity : Activity, Input> Contract(input: Input, noinline provideResultLauncher: Activity.() -> ActivityResultLauncher<Input>): NavigationSpec.Contract<Input, Activity>

Navigates using an ActivityResultLauncher